en.js 912 B

123456789101112131415161718
  1. 'use strict';
  2. module.exports = {
  3. description: 'curve texture 2d',
  4. show_log: 'show log',
  5. tips0: 'The plugin is loading...',
  6. tips1: 'you need to open [Preferences->Laboratory->Keep scene is mainloop running] to get a better experience ',
  7. tips2: 'check Editor Settings',
  8. tips3: 'refresh project directory',
  9. tips4: "It's now ready to use.",
  10. tips5: 'copy resources to project',
  11. tips6: 'Open the example scene in the curvetexture-sample directory for reference!',
  12. tips7:
  13. 'The component source code and example scene are also present in the plugin directory. You need to exclude them in the code editor (such as VSCode) to avoid misoperation later.',
  14. tipsunload:
  15. 'The plugin has been closed or unloaded, and the resources in your project need to be handled manually,👋👋👋',
  16. tips8: 'You need to open [Project Settings->Feature Cropping->Basic 3D Features] to render normally',
  17. };